home *** CD-ROM | disk | FTP | other *** search
- Echo off
- Cls
- Echo Will Generate MD86A.COM, MD86B.COM, MD86C.COM and MD86D.COM from MD86.COM.
- Echo
- Echo Requires MD86.COM and the Dos DEBUG.COM in the default drive/directory.
- Echo (Debug.Com may instead be in the path).
- Echo
- Echo If all is ok hit RETURN, if not hit Ctrl-Brk then Y
- Pause >nul
- Cls
- Echo Generating Debug Script file...
- Echo
- Echo n Md86.Com >$Delete$.$Me
- Echo l >>$Delete$.$Me
- Echo n Md86A.Com >>$Delete$.$Me
- Echo e 155 14 "Default display mod" >>$Delete$.$Me
- Echo e 16d ff >>$Delete$.$Me
- Echo w >>$Delete$.$Me
- Echo n Md86B.Com >>$Delete$.$Me
- Echo w >>$Delete$.$Me
- Echo n Md86C.Com >>$Delete$.$Me
- Echo e 155 13 "Color display 80x25" >>$Delete$.$Me
- Echo e 16d 03 >>$Delete$.$Me
- Echo w >>$Delete$.$Me
- Echo n Md86D.Com >>$Delete$.$Me
- Echo e 155 13 "b/w display 80x25" >>$Delete$.$Me
- Echo e 16d 02 >>$Delete$.$Me
- Echo w >>$Delete$.$Me
- Echo q >>$Delete$.$Me
- Debug <$Delete$.$Me
- Del $Delete$.$Me
- Echo
- Echo If no Errors were displayed, Generation was successful.